From: Joey Hess Date: Mon, 24 Feb 2025 20:39:55 +0000 (-0400) Subject: add field desc X-Git-Tag: archive/raspbian/10.20250416-2+rpi1~1^2~6^2~119^2~43 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https://%22Program/%22http:/www.example.com/cgi/%22https:/%22Program?a=commitdiff_plain;h=ce05a92ee7db4b260003ffe40083d49dbfd0a635;p=git-annex.git add field desc --- diff --git a/Remote/Compute.hs b/Remote/Compute.hs index 2142c96e48..08b7f385d4 100644 --- a/Remote/Compute.hs +++ b/Remote/Compute.hs @@ -118,7 +118,7 @@ computeConfigParser _ = return $ RemoteConfigParser -- to the input params. , remoteConfigRestPassthrough = Just ( const True - , [] + , [("*", FieldDesc "all other parameters are passed to compute program")] ) }